home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / WE-BREAK.ZIP / WE-BREAK.TXT < prev   
Encoding:
Text File  |  1997-02-28  |  3.4 KB  |  79 lines

  1. EMAIL: ptdawson@voicenet.com
  2. NAME: Paul T. Dawson
  3. TOPIC: Glass
  4. COPYRIGHT: I SUBMIT TO THE STANDARD RAYTRACING COMPETITION COPYRIGHT.
  5. TITLE: We Break The Glass
  6. COUNTRY: U.S.A.
  7. WEBPAGE: http://www.voicenet.com/~ptdawson
  8. RENDERER USED: POV-Ray 3.00 for DOS
  9. TOOLS USED: DOS Edit, PhotoFinish, Coffee
  10. RENDER TIME: About 3 hours
  11. HARDWARE USED: AMD 486-120 with 20 megs RAM
  12. IMAGE DESCRIPTION: The scene is based on the song "Showroom Dummies".
  13. It shows the dummies starting to move, breaking the glass, going out
  14. into the city, and then going into a club and starting to dance! :-)
  15.  
  16. DESCRIPTION OF HOW THIS IMAGE WAS CREATED:
  17.  
  18. The first design goal was to make the scene completely gray, with
  19. lots of shadows, and -no- garish colors. :-)
  20.  
  21. The song "Showroom Dummies", by Kraftwerk, provided the inspiration.
  22. Of course, the critical words in the song are:
  23.  
  24.         "We break the glass"
  25.  
  26. There are many pieces of glass in the scene. The unbroken windows are
  27. made with individual panes. The jagged broken window is made with four
  28. polygon objects (and random numbers). The broken glass on the sidewalk
  29. is actually one hundred "Chrome" triangles. I couldn't use a glass
  30. texture there, because that wasn't very visible.
  31.  
  32. The wall is built from individual blocks, all arranged with ASCII code
  33. modeling, right in the POV file. It would have been easier to use a
  34. brick texture, but I wanted the "half blocks" (next to the windows and
  35. doors) to look right. Check the source code to see how I did this!
  36.  
  37. There are over ten lights in the scene, to make lots of shadows. For
  38. easy testing, I used -one- bright light, at the camera location. There
  39. is a switch at the top of the file to select Final_Lights=on/off.
  40.  
  41. Two of the streetlights are visible, on the far sidewalk. There is one
  42. more streetlight, over to the right of the camera. It isn't visible,
  43. but it does make some nice shadows on the wall!
  44.  
  45. There are several imagemaps, including the lettering on the awning,
  46. the spray paint on the road, the club sign, and one shirt design.
  47.  
  48. The road is a PNG heightfield, with a bumpy mirror box to create
  49. water in the potholes. The left side door uses a GIF heightfield,
  50. on the lower panel. Both of those files were drawn by hand.
  51.  
  52. The -dummies- (NOT people) are made with my P4 people include file.
  53. Although they are still rather klunky, this time they are totally
  54. realistic, because they are dummies, not people! 8-) The main people
  55. include file has one minor change, Lip_Texture. That's so I could use
  56. gray shaded lips, instead of the default Red.
  57.  
  58. There's a little bit of fog in the scene. I would have liked to add
  59. a complete atmosphere, with visible light streaming out of the windows,
  60. but the deadline is here TODAY, so I'll leave it as simple fog.
  61.  
  62. The sidewalks are made from individual superellipsoids. Each one gets
  63. a tiny random wiggle, so they aren't all perfectly aligned.
  64.  
  65. All of the source code is in the ZIP. The main scene is fairly well
  66. organized, with scene switches to turn items on/off. Some of the code
  67. is rather wasteful (memory wise). For example, the glass and dividers
  68. in the upper windows go all the way across the scene. You can only see
  69. the parts where there is a hole in the wall. Sloppy!
  70.  
  71. The final scene was done with AA threshold at 0.3, and depth 2x2.
  72. It uses just over 8 megs of POV memory.
  73.  
  74. Well, there it is! Thanks for reading all this!
  75.  
  76. P.T.D.
  77. February 28, 1997
  78.  
  79.